projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fdb4f6
)
entry: Use the same state for the flat box of text area and icons
author
Benjamin Otte
<otte@redhat.com>
Fri, 3 Sep 2010 15:01:06 +0000
(17:01 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 3 Sep 2010 15:01:06 +0000
(17:01 +0200)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index ff00922f67beba5f177526ae137ffb015466502e..548e42ca7f12954cb9b402798ee581a19d8e87e4 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-3509,7
+3509,7
@@
gtk_entry_expose (GtkWidget *widget,
gdk_drawable_get_size (icon_info->window, &width, &height);
gtk_paint_flat_box (style, icon_info->window,
-
gtk_widget_get_state (widget)
, GTK_SHADOW_NONE,
+
state
, GTK_SHADOW_NONE,
NULL, widget, "entry_bg",
0, 0, width, height);